Skip to content

chore(deps): update vite packages (major) #2227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 15, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2025

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-vue (source) 5.2.4 -> 6.0.0 age confidence
vite (source) 6.3.5 -> 7.0.3 age confidence

Release Notes

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.0

Bug Fixes
Miscellaneous Chores
Code Refactoring
vitejs/vite (vite)

v7.0.3

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
  • minor changes to reduce diff between normal Vite and rolldown-vite (#​20354) (2e8050e)

v7.0.2

Compare Source

Bug Fixes

v7.0.1

Compare Source

Bug Fixes
Miscellaneous Chores

v7.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 28, 2025
@renovate renovate bot force-pushed the renovate/major-vite-packages branch 6 times, most recently from 4e30311 to 1d73c5e Compare July 4, 2025 08:02
@renovate renovate bot force-pushed the renovate/major-vite-packages branch 6 times, most recently from c155268 to 29bcee6 Compare July 9, 2025 07:43
@renovate renovate bot force-pushed the renovate/major-vite-packages branch from 29bcee6 to cd6f511 Compare July 9, 2025 08:41
// Use default browser compatibility for ECMAScript syntax as it's
// good enough:
target: 'modules',
target: 'baseline-widely-available',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the Vite 7.0 blog post:

Baseline gives us clear information about which web platform features work across their core browser set today. Baseline Widely Available indicates the feature is well-established and works across many devices and browser versions, being available across browsers for at least 30 months.

In Vite 7, the default browser target is changing from 'modules' to a new default: 'baseline-widely-available'. The set of browsers will be updated on each major to match the list of minimum browser versions compatible with Baseline Widely available features. The default browser value of build.target is changing in Vite 7.0:

Chrome 87 → 107
Edge 88 → 107
Firefox 78 → 104
Safari 14.0 → 16.0

Copy link
Contributor Author

renovate bot commented Jul 9, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@MetRonnie MetRonnie self-assigned this Jul 9, 2025
@MetRonnie MetRonnie requested a review from oliver-sanders July 9, 2025 09:02
@oliver-sanders oliver-sanders merged commit f650949 into master Jul 15, 2025
7 checks passed
@oliver-sanders oliver-sanders deleted the renovate/major-vite-packages branch July 15, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants